Skip to content

WIP: Vendor the SQLite amalgamation instead of the autoconf tarball #636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

flavorjones
Copy link
Member

WIP - this PR exists to get feedback on builds across all supported platforms.


Context

Since v3.48.0, SQLite's "autoconf" release does not actually use autoconf, and as a result there have been small related breakages including:

I suspect that moving to the amalgamation and explicitly setting compiler and linker flags from within the extconf.rb might be more reliable.

@flavorjones flavorjones force-pushed the flavorjones-dep-sqlite-use-amalgamation branch from 686de87 to 8751b27 Compare July 4, 2025 17:40
@flavorjones
Copy link
Member Author

Blurgh, need to do some work around feature detection in order to keep the capability to link against a system library; using have_func is of course not going to work if we're compiling the amalgamation into the extension.

@flavorjones flavorjones changed the title dep: Vendor the SQLite amalgamation instead of the autoconf tarball WIP: Vendor the SQLite amalgamation instead of the autoconf tarball Jul 4, 2025
@flavorjones flavorjones marked this pull request as draft July 4, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant